Fix typos in the external-device migrate script.
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Thu, 14 Dec 2006 10:01:17 +0000 (10:01 +0000)
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Thu, 14 Dec 2006 10:01:17 +0000 (10:01 +0000)
tools/examples/external-device-migrate

index 423c513930045f84090fc11a5eaf1495d3131ec1..fa523342311fa211b5d0cbe5eec673bae2302154 100644 (file)
@@ -60,8 +60,8 @@ function evaluate_params()
                -step)          step=$2; shift 2;;
                -host)          host=$2; shift 2;;
                -domname)       domname=$2; shift 2;;
-               -type)          type=$2; shift 2;;
-               -subtype)       subtype=$2; shift 2;;
+               -type)          typ=$2; shift 2;;
+               -subtype)       stype=$2; shift 2;;
                -recover)       recover=1; shift;;
                -help)          ext_dev_migrate_usage; exit 0;;
                *)              break;;